@charset "utf-8";
/* CSS Document */
#TimeMachine{ background:#dbd6c1 url(../img/tm_background.jpg) 0 0 no-repeat;}
#TimeMachine > hgroup{ height:325px; position:relative; }
#TimeMachine #socialbtn{ position:absolute; right:10px; top:10px; margin:0; padding:0; }
#TimeMachine h2{ display:block; text-indent:-9999px; overflow:hidden; }
#TimeMachine #headercomment{ width:360px; background-color:#fff; filter: alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -webkit-border-radius: 5px; border-radius: 5px; position:absolute; right:45px; top:70px; }
#TimeMachine #headercomment p{ margin:10px; padding:0; font-size:12px; }
/* Main menu */
#TimeMachine #selecttime{ background-color:#000; padding:7px 5px 5px; position:absolute; left:45px; bottom:40px; }
#menu
{
	border:1px solid #888;
background:#ccc url(../img/select_back.png) 0 0 repeat; height:39px; -webkit-border-radius: 5px; border-radius: 5px; width:300px; list-style:none; }

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	text-transform: uppercase;
	text-decoration: none;
 	display:block; 
	background:#000 url(../img/select_arrow.png) 90% 50% no-repeat;
    background: url(../img/select_arrow.png) 90% 50% no-repeat, -moz-linear-gradient(#333, #111);
    background: url(../img/select_arrow.png) 90% 50% no-repeat, -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #333));
    background: url(../img/select_arrow.png) 90% 50% no-repeat, -webkit-linear-gradient(#333, #111);    
    background: url(../img/select_arrow.png) 90% 50% no-repeat, -o-linear-gradient(#333, #111);	
    background: url(../img/select_arrow.png) 90% 50% no-repeat, -ms-linear-gradient(#333, #111);	
    background: url(../img/select_arrow.png) 90% 50% no-repeat, linear-gradient(#333, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
 width:122px; text-align:center; margin-top:6px; padding:5px; color:#fff; line-height:16px; font-size:16px; font-weight:bold; margin-left:145px; 	
}
#menu li:hover > a
{
	color: #fafafa;
    background: #808080 url(../img/select_arrow.png) 90% 50% no-repeat;
	background: url(../img/select_arrow.png) 90% 50% no-repeat, -moz-linear-gradient(#3093c4,  #2278a3);	
	background: url(../img/select_arrow.png) 90% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#3093c4), to(#2278a3));
	background: url(../img/select_arrow.png) 90% 50% no-repeat, -webkit-linear-gradient(#3093c4,  #2278a3);
	background: url(../img/select_arrow.png) 90% 50% no-repeat, -o-linear-gradient(#3093c4,  #2278a3);
	background: url(../img/select_arrow.png) 90% 50% no-repeat, -ms-linear-gradient(#3093c4,  #2278a3);
	background: url(../img/select_arrow.png) 90% 50% no-repeat, linear-gradient(#3093c4,  #2278a3);
}

*html #menu li a:hover /* IE6 */
{
    background: #808080 url(../img/select_arrow.png) 90% 50% no-repeat;
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
}
#menu ul a{
	background: #222;
    background: -moz-linear-gradient(#222, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #222));
    background: -webkit-linear-gradient(#222, #111);    
    background: -o-linear-gradient(#222, #111);	
    background: -ms-linear-gradient(#222, #111);	
    background: linear-gradient(#222, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
}

#menu ul ul
{
  top: 0;
  left: 275px;
}
#menu ul a:last-child{ margin-left:0; }

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menu ul li a:last-child 
{   display:block;
	width:350px;
	word-wrap:break-word;
	white-space:normal;
	word-break:break-all;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
}

#menu ul a
{    
    padding: 10px 5px;
	height: 10px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	margin-top:0;
}
*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #2278a3 url(../img/select_arrow.png) 90% 50% no-repeat;
	background: -moz-linear-gradient(#3093c4,  #2278a3);	
	background: -webkit-gradient(linear, left top, left bottom, from(#3093c4), to(#2278a3));
	background: -webkit-linear-gradient(#3093c4,  #2278a3);
	background: -o-linear-gradient(#3093c4,  #2278a3);
	background: -ms-linear-gradient(#3093c4,  #2278a3);
	background: linear-gradient(#3093c4,  #2278a3);
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #222;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #3093c4; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #3093c4; 
    border-bottom-color: transparent; 	
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
/* content */
#TimeMachine section{ background:url(../img/table_back.jpg) 0 0 no-repeat; margin:0; padding:0 0 20px; }
#TimeMachine #contentLF{ width:600px; float:left; margin: 0 0 0 10px; background-color:#f5f5f5; -webkit-box-shadow: 1px 1px 5px 1px #726d59;box-shadow: 1px 1px 5px 1px #726d59;}
#TimeMachine #contentLF h3{ background-color:#ab114b; padding:3px 0 0 10px; color:#dfd9c6; font-size:26px; position:relative; font-size:2.6rem; font-weight:bold; text-shadow: 0px -1px 2px #67051f;filter: dropshadow(color=#67051f, offx=0, offy=-1); -webkit-box-shadow: inset 0px 0px 1px 1px #d12d6b; box-shadow: inset 0px 0px 1px 1px #d12d6b; border:1px solid #960f42;  }
#TimeMachine #contentLF h3 span{ font-size:11px; font-size:1.1rem; font-weight:normal; position:absolute; right:5px; bottom:5px; }
#TimeMachine #contentLF .box{ padding:15px; }
#TimeMachine #contentLF .box h4{ font-size:18px; font-size:1.8rem; font-weight:bold; }
#TimeMachine #contentLF .box h5{ font-size:12px; font-size:1.2rem; color:#918354; width:83%;}
#TimeMachine #contentLF .box h6{ font-size:11px; font-size:1.1rem; font-weight:normal; text-align:right; color:#9a9a9a; margin-top:-15px; }
#TimeMachine #contentLF .box div{ background:url(../img/hr.png) 0 0 repeat-x; margin:15px 0 0; padding:15px 0 0; }
#TimeMachine #contentLF .box div p{ margin-bottom:15px; }
#TimeMachine #contentLF .box p:first-child span{ font-size:11px; font-size:1.1rem; display:block; width:100%; color:#888; text-align:right; margin-top:5px; }
#TimeMachine #contentLF .box p:last-child{ margin-bottom:10px; }
.ico_switch{ display:block; width:100%; margin-top:5px; height:11px; text-indent:-9999px; overflow:hidden; background:url(../img/ico_open.png) right bottom no-repeat; }
.btn_close{background:url(../img/ico_close.png) right bottom no-repeat;}
#TimeMachine #contentLF .c_gray{ background-color:#e3e3e3; border:1px solid #fff; }

#TimeMachine #contentRT{ width:300px; float:right; margin: 0 10px 0 0; background:url(../img/tm_table_middle.png) 0 0 repeat-y; position:relative; }
#TimeMachine #contentRT h3{ width:300px; height:86px; background:url(../img/tm_table_top.png) 0 0 no-repeat; display:block; text-indent:-9999px; overflow:hidden; }
#TimeMachine #contentRT h3 img{ position:absolute; left:105px; top:-10px; z-index:9999; }
#TimeMachine #contentRTbottom{ width:300px; background:url(../img/tm_table_bottom.png) left bottom no-repeat; padding:0 0 9px; margin:0; clear:both; }
#TimeMachine #contentRT .top{ margin-top:-35px; }
#TimeMachine #contentRT .cdJPN{ float:right; width:145px; clear:left; *clear:none; }
#TimeMachine #contentRT .cdUS{ float:left; width:145px; }
#TimeMachine #contentRT .cdUS dl,#TimeMachine #contentRT .cdJPN dl{ margin:0 7px 10px; line-height:1.5; }
#TimeMachine #contentRT .cdUS dt,#TimeMachine #contentRT .cdJPN dt{ color:#2f2e2e; font-weight:bold; font-size:12px; font-size:1.2rem; line-height:1.3; padding: 5px 0 0; }
#TimeMachine #contentRT .cdUS dd,#TimeMachine #contentRT .cdJPN dd{ color:#5e5e5e; font-size:11px; font-size:1.1rem; }
#TimeMachine #contentRT .cdUS dd:last-child,#TimeMachine #contentRT .cdJPN dd:last-child{ color:#8e7c3f; font-size:10px; font-size:1.0rem; }
.cdJPN img,.cdUS img{ border:1px solid #ccc; }
#TimeMachine #contentRT .cf{ clear:both; display:block; }
